home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8587 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  2. Path: alexandria.organon.com!alexandria!jsa
  3. From: jsa@organon.com (Jon S Anthony)
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. In-Reply-To: ramsesy@rd.scitec.com.au's message of 16 Feb 1996 07:25:03 GMT
  6. Message-ID: <JSA.96Feb16140109@organon.com>
  7. Followup-To: comp.lang.ada,comp.lang.c,comp.lang.c++
  8. Sender: news@organon.com (news)
  9. Organization: Organon Motives, Inc.
  10. References: <00001a73+00002504@msn.com> <4etcmm$lpd@nova.dimensional.com>
  11.     <3114d8fb.5a455349@zesi.ruhr.de> <4f5h5t$f13@vixen.cso.uiuc.edu>
  12.     <4g1bgf$l5@mailhub.scitec.com.au>
  13. Date: Fri, 16 Feb 1996 19:01:09 GMT
  14.  
  15. In article <4g1bgf$l5@mailhub.scitec.com.au> ramsesy@rd.scitec.com.au (Ramses Youhana) writes:
  16.  
  17. > Another thing not mentioned is that Ada is far more complicated to learn
  18. > fully than is C/C++.  The complexity of the language can add to an increase
  19. > in the probabilty of bugs being introduced and also adds to an increase in
  20. > project maintanace costs.
  21.  
  22. Nah, where did you come up with this?  In fact, by most metrics, C++
  23. is more complex than Ada and has a _lot_ of feature interaction which
  24. can force you into learning bits you really don't care about in order
  25. to use the bits you _do_ care about.  It's well known that learning a
  26. core piece of Ada equivalent to say C or Pascal, is probably a little
  27. less difficult than learning Pascal (due to more regular syntax).  You
  28. can then add bits as you feel like it.  For example, you don't need to
  29. know anything about tasking if you don't use it.  Same for generics or
  30. tagged types, exceptions, user defined finalization, et.al.
  31.  
  32. /Jon
  33. -- 
  34. Jon Anthony
  35. Organon Motives, Inc.
  36. 1 Williston Road, Suite 4
  37. Belmont, MA 02178
  38.  
  39. 617.484.3383
  40. jsa@organon.com
  41.  
  42.